.ms-rteStyle-magenta-btn {
	-ms-name:"Magenta Call Out";

	 background-image: url("../img/magenta-btn.jpg") ;
	 background-position: right bottom;
	 background-repeat:no-repeat;
	
	padding: 0px 60px 0px 10px;
	line-height: 280%;

	height: 40px;
		color:white;
	display:inline-block;
		
		font-family: GautamiBold;
    font-size: 15px;
    font-weight: normal;
    
    text-transform: uppercase;
	text-align: center;
	border-width:1px;
	border-style:solid;
	border-color: black;
    text-decoration:none;
}

.ms-rteStyle-magenta-btn:link {
	
		color:white;
	
    text-decoration:none;
}

.ms-rteStyle-magenta-btn:hover {
	
		color:white;
	
    text-decoration:none;
}

.ms-rteStyle-magenta-btn:active {
	
		color:white;
	
    text-decoration:none;
}

.ms-rteStyle-black-btn {
	-ms-name:"Black Call Out";
	 background-image: url("../img/black-btn.jpg") ;
	 background-position: right bottom;
	 background-repeat:no-repeat;
	
	padding: 0px 60px 0px 10px;
	line-height: 280%;

	height: 40px;
		color:white;
	display:inline-block;
		
		font-family: GautamiBold;
    font-size: 15px;
    font-weight: normal;
    
    text-transform: uppercase;
	text-align: center;
	border-width:1px;
	border-style:solid;
	border-color: black;
	text-decoration:none;

}

.ms-rteStyle-black-btn:link {
	
		color:white;
	
    text-decoration:none;
}

.ms-rteStyle-black-btn:hover {
	
		color:white;
	
    text-decoration:none;
}